home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / boot / wkMenu.readme < prev   
Text File  |  1998-01-05  |  3KB  |  84 lines

  1. Short:    Boot menu when caps-lock is activated
  2. Author:   Wojciech Kocjan <kocjan@ka.onet.pl>
  3. Uploader: Wojciech Kocjan <kocjan@ka.onet.pl>
  4. Version:  1.1
  5. Type:     util/boot
  6. Requires: OS2.04
  7.  
  8.                            ««« INTRODUCTION »»»
  9.  
  10. wkMenu  is a nice, font-sensitive boot menu with full keyboard support.  It
  11. allows  creating  sub-menus and can be activated with or without caps lock.
  12. It  uses  gadtools  to  create gadgets and is fully system friendly (I hope
  13. :-).  It was designed to be a part of AStart (AStart is © Wojciech Kocjan),
  14. but  functions  without  it  and  vice versa.  But if you are interested in
  15. saving  memory on booting up, you really should also take a look at AStart.
  16. It's  also  on  Aminet  (util/boot/AStartXX.lha  where XX means the version
  17. number).
  18.  
  19. wkMenu  was  partially  based  on BangerMenu 1.235.  BangerMenu is © Andre´
  20. Trettin.  However none of the code was in any way copied from that program.
  21.  
  22.                            ««« INSTALLATION »»»
  23.  
  24. To  install  it,  simply  copy  wkMenu program into C:  and put a following
  25. lines somewhere in the startu-sequence:
  26.                              --- cut here ---
  27. C:wkMenu
  28. If WARN
  29.   EndCLI >NIL:
  30. EndIf
  31.                              --- cut here ---
  32. If you'd like this menu to appear every time you boot up, put the following
  33. lines instead:
  34.                              --- cut here ---
  35. C:wkMenu root
  36. If WARN
  37.   EndCLI >NIL:
  38. EndIf
  39.                              --- cut here ---
  40. Also  make  the  dir  S:wkMenu  and  copy  the  config files from config to
  41. S:wkMenu.  Read the next chapter on configuring wkMenu.
  42.  
  43.                             ««« CONFIGURING »»»
  44.  
  45. The  main  menu  of  wkMenu  is stored in S:wkMenu/root.  It can be changed
  46. using  any  text editor (like Ed, CygnusEd, Emacs).  The format of the file
  47. is as follows:
  48.  
  49. The label and _shortcut
  50. X/nameofthefile
  51.  
  52. where:
  53. The  label  and  the  _shortcut - the label of the gadget with optional '_'
  54.     underscore. The character after '_' will be the keyboard shortcut
  55. nameofthefile - function dependant
  56. X - the function which should be executed:
  57.     M - submenu (only  the name of the file  in S:wkMenu/ should be entered
  58.         in nameofthefile , not entire path)
  59.     E - execute script (whole path should be entered in nameofthefile)
  60.     R - run file (not async, also entire path should be entered)
  61.  
  62. For  examples,  see  config  files.   If  you  have any more problems, then
  63. mailto:kocjan@ka.onet.pl.
  64.  
  65.                              ««« COPYRIGHT »»»
  66.  
  67. wkMenu  is copyright 1997 Wojciech Kocjan, but can be freely distributed as
  68. long  as  no  fee  except  media  cost  is  charged.   wkMenu is absolutely
  69. freeware.
  70.  
  71. It is dedicated to Santa Claus :-)
  72.  
  73.  
  74. ============================= Archive contents =============================
  75.  
  76. Original  Packed Ratio    Date     Time    Name
  77. -------- ------- ----- --------- --------  -------------
  78.      637     276 56.6% 13-Dec-97 16:56:00  wkMenu.info
  79.     6580    4277 35.0% 13-Dec-97 16:54:38 +wkMenu
  80.     2657    1255 52.7% 13-Dec-97 16:28:30 +wkMenu.readme
  81.      493     249 49.4% 13-Dec-97 16:46:06 +wkMenu.readme.info
  82. -------- ------- ----- --------- --------
  83.    10367    6057 41.5% 14-Dec-97 23:09:02   4 files
  84.